home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hyper Stacks 1994 May
/
Hyper Stacks (Pacific HiTech)(1994)[Mac].iso
/
MacTools
/
TC Prog Guide
/
app ƒ
/
morestr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-11-19
|
311 b
|
20 lines
|
[
TEXT/KAHL
]
/*
* FILE: morestr.h
* AUTHOR: R. Gonzalez
* CREATED: Sept 1, 1990
*
* More useful string functions.
*/
# ifndef morestr_h
# define morestr_h
# include <stdio.h>
# include "class.h" /* for boolean definition */
int get_line(FILE*,char[],int);
int strtoint(char*);
boolean strsame(char*,char*);
# endif